home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xsw
/
include
/
nfsstat.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
1KB
|
62 lines
/*
* @(#) nfsstat.h 1.2 92/09/30
*/
/***************************************************************************
*
* Copyright (c) 1990 The Santa Cruz Operation, Inc.
*
* All rights reserved. No part of this program or publication may be
* reproduced, transmitted, transcribed, stored in a retrieval system,
* or translated into any language or computer language, in any form or
* by any means, electronic, mechanical, magnetic, optical, chemical,
* biological, or otherwise, without the prior written permission of:
*
* The Santa Cruz Operation , Inc. (408) 425-7222
* 400 Encinal St., Santa Cruz, California 95060 USA
*
**************************************************************************/
/*
* Modification History
*
* S001, 01-Jan-93, rickra
* Did some minor clean up.
* S000, 30-Sep-92, rickra
* Added copyright and modification history
*/
struct {
int rccalls;
int rcbadcalls;
int rcretrans;
int rcbadxids;
int rctimeouts;
int rcwaits;
int rcnewcreds;
int rcpeekerrs;
int rcbadresponses;
} rcstat;
struct {
int nclsleeps;
int nclgets;
int ncalls;
int nbadcalls;
int reqs[32];
} clstat;
struct {
int rscalls;
int rsbadcalls;
int rsnullrecv;
int rsbadlen;
int rsxdrcall;
} rsstat;
struct {
int ncalls;
int nbadcalls;
int reqs[32];
} svstat;